org.eclipse.vtp.desktop.media.core
Class InputGrammarCreatorPanelManager

java.lang.Object
  extended by org.eclipse.vtp.desktop.media.core.InputGrammarCreatorPanelManager

public class InputGrammarCreatorPanelManager
extends java.lang.Object


Nested Class Summary
 class InputGrammarCreatorPanelManager.ContentCreatorRecord
           
 
Field Summary
static java.lang.String inputCreatorPanelExtensionId
           
 
Constructor Summary
InputGrammarCreatorPanelManager()
           
 
Method Summary
 InputGrammarCreatorPanel getCreatorPanel(InputType contentType)
           
 java.util.List getInputTypes()
           
static InputGrammarCreatorPanelManager getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inputCreatorPanelExtensionId

public static final java.lang.String inputCreatorPanelExtensionId
See Also:
Constant Field Values
Constructor Detail

InputGrammarCreatorPanelManager

public InputGrammarCreatorPanelManager()
Method Detail

getInstance

public static InputGrammarCreatorPanelManager getInstance()

getInputTypes

public java.util.List getInputTypes()

getCreatorPanel

public InputGrammarCreatorPanel getCreatorPanel(InputType contentType)